From: Richard M. Stallman Date: Fri, 16 Jan 2004 18:25:33 +0000 (+0000) Subject: Comment change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24477 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8e2997289785d77a6af3baa511d88f72f39f07b0;p=emacs.git Comment change. --- diff --git a/lisp/loadhist.el b/lisp/loadhist.el index cbeaaa62600..733129fc74f 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el @@ -137,8 +137,8 @@ is nil, raise an error." ;; Try to avoid losing badly when hooks installed in critical ;; places go away. (Some packages install things on ;; `kill-buffer-hook', `activate-menubar-hook' and the like.) - ;; First off, provide a clean way for package `foo' to arrange - ;; this by defining `foo-unload-hook'. + ;; First off, provide a clean way for package FOO to arrange + ;; this by adding hooks on the variable `FOO-unload-hook'. (if unload-hook (run-hooks unload-hook) ;; Otherwise, do our best. Look through the obarray for symbols